0
Welcome Guest! Login
0 items Join Now

concerning module positions

  • Re: concerning module positions

    Posted 16 years 9 months ago
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • Unfortunately it's not possible because, I need the same backgroud as for the user3 module! Is it possible to move it with the png file and change the position of the green horizontal bar?

      If it's possible, I have to do that and my next problem will be to put the top menu nearby the bottom of the logo and make it larger! I don't know if you see how I imagine it! The logo and the menu have to be on the same bottom line. :-\
    • Last Edit: 16 years 9 months ago by Sacha Lopar.
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • Just post a screenshot of what you are imagining :)
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • http://www.tech-int.ch/example.jpg

      The main menu will be on the green bar...but on this position there is no module...so my question was if it would be possible to do that?

      If it's not possible I will try to change my template!

      Thank you
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • From that picture, all you need to do is push the sub menu items to the right to not be hidden by the logo?
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • Maybe it would be more clear with that picture (I modify it with photoshop and put the user3 module on the place I want!

      www.tech-int.ch/example2.jpg

      Actually, that module is under the logo (look on the original template! :-\

      Thank you
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • In template_fcss.css, find
      div#horiz-menu {
      background:url(../images/menu-bg.png) repeat-x scroll 0pt 50%;
      height:36px;
      }

      Change to something like
      div#horiz-menu {
      background:url(../images/menu-bg.png) repeat-x scroll 0pt 50%;
      height:36px;
      margin-top:-38px;
      width:400px;
      float:right;
      }
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • Oh cool, thank you! It's quite ok, but I just need to adapt some parameters!
      See here: www.tech-int.ch/result.jpg

      In my css code, I had this:
      div#horiz-menu {
           background: url(../images/menu-bg.png) 0 0 repeat-x;
           height: 36px;

      no "scroll 0pt 50%" because when I tried to add it, the whole menu dissapear :S

      So now I have this:
      div#horiz-menu {
           background: url(../images/menu-bg.png) 0 0 repeat-x;
           height: 36px;
           margin-top:-38px;
           width:400px
           float:right;

      My actual problem is that there is no more links on the menu (I can't click on them) and my TransMenu doesn't work!

      I tried to change the width, but the green menu didn't move... that's bizarre! ???
    • Last Edit: 16 years 9 months ago by Sacha Lopar.
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • Could you make your site online?
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 9 months ago
    • I can try to put it online for a short time, but it's complicated because I'm doing it for a friend's firm, so I'm afraid that some of clients try to go to site and see it completely unfinished...
      But if that can help you I can do that! For today! (The next week I'll be out, bu as soon I'm back we can continue)

      The site is now online!
      Thank you for your help

Time to create page: 0.058 seconds